Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.sophra.org/api/cortex/sessions \ --header 'Content-Type: application/json' \ --data ' { "clientId": "client-123", "userId": "user-456", "metadata": { "deviceType": "mobile", "platform": "ios" } } '
{ "success": true, "data": { "sessionId": "<string>", "created": "2023-11-07T05:31:56Z", "metadata": {} } }
Client identifier
User identifier
Additional session metadata
Session created successfully
Show child attributes